Skip to main content
Version: current

List chat thread

This API lists the chat thread for the meeting

Query Parameters
    jiomeetId string required

    The 10 digit unique ID of the meeting

    Example: 1234567890
    roomPIN string required

    Meeting secret that secures the meeting from unwanted access

    Example: abcdef
    offset number

    The number of results to skip

    Example: 0
    limit number

    The total number of results to get

    Example: 10
Header Parameters
    Content-Type string

    The content type should be application/json

    Example: application/json
    Authorization string required

    You need an app created on the JioMeet Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Plaform.

    Example: <Authentication_token_signed_using_secret_or_private_key>
Responses

Success


Schema
    report array

    An array of objects containing metadata related to a participant’s session in a meeting or call. It includes user identity, meeting identifiers, role, connection details, timestamps, endpoint type, and session metrics. This data is useful for auditing, analytics, or monitoring participant activity within a conferencing platform.

Loading...